Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.duo.factors.login.contrib--openUrl

This contribution is part of XML component org.nuxeo.duo.factors.login.contrib inside nuxeo-runtime-6.0.jar

Extension Point

Extension point openUrl of component PluggableAuthenticationService.

Contributed Items

  • <openUrl name="duoFactorsPattern">
          <grantPattern>/nuxeo/duofactors.jsp</grantPattern>
        </openUrl>

XML Source

<extension point="openUrl" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <openUrl name="duoFactorsPattern">
      <grantPattern>/nuxeo/duofactors.jsp</grantPattern>
    </openUrl>
  </extension>